PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class / getEnableDocumentFormFields Method
In This Topic
    getEnableDocumentFormFields Method
    In This Topic
    Gets a value indicating whether document form fields are enabled.
    If document form fields are not enabled, then the and methods will return null and new form fields cannot be created.
    Syntax
    public boolean getEnableDocumentFormFields()

    Return Value

    True if the document form fields are enabled.
    See Also